home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / uhc < prev    next >
Text File  |  2001-03-21  |  554b  |  22 lines

  1. Synopsis:
  2.    $uhc(<broken nick!user@host>)
  3.  
  4. Technical:
  5.    This function finishes a partially-complete nick!user@host.
  6.  
  7. Practical:
  8.    It can be used to make a matching nick!user@host in an alias that doesn't
  9.    know what part of the nick!user@host was written.
  10.  
  11. Returns:
  12.    completed nick!user@host
  13.  
  14. Examples:
  15.    $uhc(nick)                       returns "nick!*@*"
  16.    $uhc(user@host.com)              returns "*!user@host.com"
  17.    $uhc(*.host.com)                 returns "*!*@*.host.com"
  18.  
  19. See Also:
  20.    deuhc(6); match(6); userhost(6)
  21.  
  22.